UseDotnetCoreRuntime

Boolean

True

Purpose

The UseDotnetCoreRuntime parameter specifies whether you can execute .NET Core runtime functionality, including:

When the parameter is set to false, the .NET Framework is used. When it is set to true, libraries are imported into Jade using the .NET runtime Reflection and JadeDotNetType proxies use the .NET runtime.

If you have set the UseDotnetCoreRuntime parameter to true, you can use .NET Framework 4.x components or any .NET (.NET Core) components up to and including .NET 8.

Parameter is read when …

The client node is next initialized.

2025.0.01 and higher